IntelliJ Platform/EdtErrors.ipynb (59 lines of code) (raw):

{ "cells": [ { "metadata": {}, "cell_type": "markdown", "source": [ "# EDT Errors\n", "\n", "A simple notebook presenting the `error` helper to print nice error messages, also from EDT." ] }, { "metadata": {}, "cell_type": "code", "source": "%use intellij-platform", "outputs": [], "execution_count": null }, { "metadata": {}, "cell_type": "code", "source": [ "runInEdt {\n", " error(\"Oh no!\")\n", "}" ], "outputs": [], "execution_count": null }, { "metadata": {}, "cell_type": "code", "source": "error(\"This shouldn't be executed\")", "outputs": [], "execution_count": null } ], "metadata": { "kernelspec": { "display_name": "Kotlin", "language": "kotlin", "name": "kotlin" }, "language_info": { "name": "kotlin", "version": "1.9.23", "mimetype": "text/x-kotlin", "file_extension": ".kt", "pygments_lexer": "kotlin", "codemirror_mode": "text/x-kotlin", "nbconvert_exporter": "" }, "ktnbPluginMetadata": { "sessionRunMode": "IDE_PROCESS" } }, "nbformat": 4, "nbformat_minor": 0 }